home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 977 b | 47 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: PRStrRep.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef PRSTRREP_H
- #define PRSTRREP_H
-
- #ifndef FWODEXCE_H
- #include "FWODExce.h"
- #endif
-
- #ifndef FWSTDDEF_H
- #include "FWStdDef.h"
- #endif
-
- #ifndef SLSTRREP_H
- #include "SLStrRep.h"
- #endif
-
- #ifndef SLTXTPAR_H
- #include "SLTxtPar.h"
- #endif
-
- #ifndef FWODTYPS_H
- #include "FWODTyps.h"
- #endif
-
- //========================================================================================
- // STRUCT FW_SPrivStringRep
- //========================================================================================
-
- struct FW_SPrivStringRep
- {
- ODIText fText;
- FW_ODITextParams fParams;
- long fRefCount;
- FW_Boolean fUsingStaticBuffer;
- FW_Boolean fLocked;
- };
-
- #endif
-